home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / bin / java2 / win32 / lib / flavormap.properties < prev    next >
Text File  |  2000-01-05  |  798b  |  26 lines

  1. #  @(#)flavormap.properties    1.5
  2.  
  3. #
  4. # This properties file is loaded by java.awt.dnd.FlavorMap class on loading
  5. # and contains the Win32 platform specific default mappings between
  6. # "common" Win32 Clipboard atoms and a "platform" independent MIME
  7. # type string.
  8. #
  9. # It is required that there is 1-to-1 (inverse) mapping between platform
  10. # targets and MIME strings.
  11. #
  12. # these "defaults" may be augmented by specifying the:
  13. #
  14. #     awt.DnD.flavorMapFileURL 
  15. #
  16. # property in the appropriate awt.properties file
  17. # this will cause this properties URL to also be loaded into the FlavorMap.
  18. #
  19.  
  20.  
  21. TEXT=text/plain; charset=ascii
  22. UNICODE\ TEXT=text/plain;charset=unicode
  23. HTML\ Format=text/html;charset=unicode
  24. Rich\ Text\ Format=text/enriched;charset=ascii
  25. HDROP=application/x-java-file-list;class=java.util.List
  26.